home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’95 / MagicTitle / MagicTitle Source&Stuff / Source / FinderAE.h < prev    next >
Encoding:
Text File  |  1995-06-07  |  410 b   |  14 lines  |  [TEXT/MMCC]

  1. // FinderAE.h
  2.  
  3. #ifndef __FINDERAE__
  4. #define __FINDERAE__
  5.  
  6. #include <Files.h>
  7.  
  8. OSErr SelectItem(const FSSpec *item, Boolean bringInFront);
  9. OSErr FinderOpen(const FSSpec *item, Boolean bringInFront);
  10. OSErr SendOpenSelectionEvent(const FSSpec *parent, const FSSpec *item, Boolean bringInFront);
  11. OSErr SendRevealEvent(const FSSpec *parent, const FSSpec *item, Boolean bringInFront);
  12. OSErr ActivateFinder();
  13.  
  14. #endif